home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 109
/
PC Home 109.iso
/
data1.cab
/
Program_Files
/
IdMenu.dxr
/
00049.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-02
|
183 b
|
13 lines
on lewis
set x to random(1)
if x <= 1 then
if soundBusy(2) = 1 then
nothing()
else
sound playFile 2, "Oth015.wav"
end if
else
nothing()
end if
end